home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_game / grunt140.zip / CONFIG.DFI < prev    next >
Text File  |  1996-04-28  |  4KB  |  110 lines

  1.   INSTALLING GRUNT
  2.   ────────────────────────────────────────────────────────────────────────
  3.  
  4.   GRUNT comes with a self-extracting installation system. You only need
  5.   to run the INSTALL.EXE program. If for some reason you are unable to
  6.   install the software through INSTALL program, _please_ leave an
  7.   immediate message to the author, Michael S. Hoenie, at the following
  8.   address: michael.hoenie@sharecity.com - and he will get back to you
  9.   asap.
  10.  
  11.   Installation Steps:
  12.  
  13.     1. Create a directory called GRUNT [or name it what you wish, I will
  14.        assume it is C:\GRUNT]
  15.  
  16.     2. Unzip the "GRUNT040.ZIP" archive using PKUNZIP [from PkWare] into
  17.        your current C:\GRUNT directory [you have already done this if you
  18.        are reading this installation procedure!]
  19.  
  20.     3. Simply type 'INSTALL.EXE' from your C:\GRUNT directory.
  21.  
  22. <RESET>
  23.  
  24.   "BBS_DOOR" AND LOCAL MODE BATCH FILES:
  25.   ────────────────────────────────────────────────────────────────────────
  26.  
  27.   The following is a brief list of batch files useful in calling GRUNT!
  28.  
  29.   PCBOARD 15.2+ batch file for running GRUNT!
  30.  
  31.   REM - BATCH FILE TO RUN GRUNT.
  32.   REM -----------------------------------------------------------------
  33.  
  34.   REM CHANGE TO THE GRUNT DRIVE AND DIRECTORY:
  35.   REM -----------------------------------------------------------------
  36.   C:
  37.   CD C:\GRUNT
  38.  
  39.   REM - CALL BNU FOSSIL DRIVER: (* RUN A BNU.COM /? FOR HELP *)
  40.   REM -----------------------------------------------------------------
  41.   BNU.COM
  42.  
  43.   REM - RUN GRUNT: [see GRUNT Parameters in the HELP documentation]
  44.   REM
  45.   REM - /C = 1..4 (BBS CONVERSION - SEE DOCUMENTATION)
  46.   REM - /P = BBS DROP FILE (IE. PCBOARD.SYS, CHAIN.TXT, ETC.)
  47.   REM - assuming conversion (1) pcboard.sys, and pcboard software:
  48.   REM -----------------------------------------------------------------
  49.   GRUNT.EXE /C=1 /P=C:\PCB\NODE1\PCBOARD.SYS
  50.  
  51.   REM - UNLOAD BNU FOSSIL DRIVER:
  52.   REM -----------------------------------------------------------------
  53.   BNU.COM /U
  54.  
  55.   REM - RUN TOPTEN [optional, you may use this if you like]
  56.   REM -----------------------------------------------------------------
  57.   TOPTEN.EXE /O=C:\PCB\GEN\BLT1
  58.  
  59.   REM - CHANGE BACK TO YOUR BBS AND RETURN FROM DOOR.
  60.   REM -----------------------------------------------------------------
  61.   C:
  62.   CD C:\PCB\NODE1
  63.   BOARD.BAT
  64.  
  65. <RESET>
  66.  
  67.   OS/2 Support: The following batch file has been used successfuly by
  68.   several OS/2 sysops. You may need to modify this batch file to suit
  69.   your needs.
  70.  
  71.   NOTE: This batch file cannot be confirmed! It was taken from the RIME
  72.         Network "BBS_DOORS" conference as used by an OS/2 Sysop.
  73.  
  74.     :MY GRUNT.BAT
  75.  
  76.     :START
  77.     @echo off
  78.     for %%a in (g: cd\door\GRUNT) do %%a
  79.     if "%node%" == "1" g:\bnu\bnu /L:0=57600,8N1 /F
  80.     if "%node%" == "2" g:\bnu\bnu /L:1=57600,8N1 /F
  81.     if "%node%" == "3" g:\bnu\bnu /L:0=57600,8N1 /F
  82.     if "%node%" == "4" g:\bnu\bnu /L:1=57600,8N1 /F
  83.     if "%node%" == "5" goto local
  84.  
  85.     g:\bnu\bnu /c
  86.     if "%node%" == "1" GRUNT /c=1 /p=g:\pcb\node1\pcboard.sys
  87.     if "%node%" == "2" GRUNT /c=1 /p=g:\pcb\node2\pcboard.sys
  88.     if "%node%" == "3" GRUNT /c=1 /p=g:\pcb\node3\pcboard.sys
  89.     if "%node%" == "4" GRUNT /c=1 /p=g:\pcb\node4\pcboard.sys
  90.     if "%node%" == "5" GRUNT /c=1 /p=g:\pcb\node5\pcboard.sys
  91.     g:\bnu\bnu /u
  92.     goto end
  93.  
  94.     :LOCAL
  95.     GRUNT /c=1 /p=local.sys
  96.  
  97.     :END
  98.     for %%b in (%pcbdrive% cd%pcbdir%) do %%b
  99.  
  100. <RESET>
  101.  
  102.   GRUNT! in LOCAL mode:
  103.  
  104.     1. Create a text file [with any editor] and on the first line of
  105.     the textfile place your name.
  106.     2. Run GRUNT!
  107.  
  108.     GRUNT.EXE /C=5 /P=<your text filename>
  109.  
  110.